getUserCustomers

@GetMapping(value = "/{userId}/customers")
open fun getUserCustomers(@PathVariable userId: Long): List<Customer>